* unexaix.c: Port to more-recent AIX compilers.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 May 2012 15:11:10 +0000 (08:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 May 2012 15:11:10 +0000 (08:11 -0700)
commit56293008f1e483731a9f7deb2a39fbfe9ceaec62
tree734a9b24778314c8d39e8b26df1ac8aafcda378a
parent038e753aab067819bcb367152dff5983f5478a65
* unexaix.c: Port to more-recent AIX compilers.

(report_error, report_error_1, make_hdr, copy_sym)
(mark_x, adjust_lnnoptrs, unrelocate_symbols):
Make arguments const char *, not char *, to avoid violations of C
standard and to fix some AIX warnings reported by Gilles Pion.
src/ChangeLog
src/unexaix.c